Changeset 3662
- Timestamp:
- 12/23/07 03:02:18 (1 year ago)
- Files:
-
- trunk/freewrt/Docs/handbook/devel (modified) (1 prop)
- trunk/freewrt/Docs/handbook/devel/Makefile (modified) (2 diffs)
- trunk/freewrt/Docs/handbook/devel/handbook-dev.tex (modified) (2 diffs)
- trunk/freewrt/target/target.tex (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/Docs/handbook/devel
- Property svn:ignore changed from
splitup
handbook-dev.log
allinone
handbook-dev.idx
handbook-dev.toc
handbook-dev.out
handbook-dev.pdf
cover.aux
handbook-dev.aux
handbook-dev.tex
to
splitup
handbook-dev.log
allinone
handbook-dev.idx
handbook-dev.toc
handbook-dev.out
handbook-dev.pdf
cover.aux
handbook-dev.aux
handbook-dev.tex
includes.aux
includes.tex
- Property svn:ignore changed from
trunk/freewrt/Docs/handbook/devel/Makefile
r2827 r3662 3 3 4 4 BASEOBJ = $(NAME).tex 5 OBJECTS = *.tex 5 FETCHOBJ = includes.tex 6 FETCHTMP = includes.tex.tmp 7 OBJECTS = *.tex ${FETCHOBJ} 6 8 BULLSHIT = *.aux *.log *.idx *.toc *.out 7 9 TARGETS = $(NAME).pdf allinone splitup … … 13 15 14 16 all: $(TARGETS) 17 18 # find all files in ${TOPDIR} matching e.g. "*bla/bla.tex", 19 # excluding the temporary build dirs 20 fetchincludes: 21 find ../../../ \ 22 -not -regex '.*/\(toolchain_\|tools_\)?\(\(bin\|build\|cross\)\(_mipsel\)?\|dl\)/.*' \ 23 -and -regex '.*/\([^/]+\)/\1.tex' -fprintf ${FETCHOBJ} '\\input %p\n' 24 #[ -e ${FETCHOBJ} ] && cmp -s ${FETCHTMP} ${FETCHOBJ} || cp ${FETCHTMP} ${FETCHOBJ} 25 #-rm -f ${FETCHTMP} 26 27 #${FETCHTMP}: fetchincludes 28 #${FETCHOBJ}: ${FETCHTMP} 29 ${FETCHOBJ}: fetchincludes 15 30 16 31 allinone: $(OBJECTS) trunk/freewrt/Docs/handbook/devel/handbook-dev.tex
r3161 r3662 69 69 \makeindex 70 70 \begin{document} 71 \setlength{\marginparwidth}{10mm}71 %\setlength{\marginparwidth}{10mm} 72 72 \include{cover} 73 73 \renewcommand{\thepage}{\roman{page}} … … 533 533 \chapter{FreeWRT policy for submissions} 534 534 535 - runtime tests 536 - package quality, add startup scripts, provide subpackages if useful 537 - clean patches, why you have changed sth, not how 535 %- runtime tests 536 %- package quality, add startup scripts, provide subpackages if useful 537 %- clean patches, why you have changed sth, not how 538 539 \chapter{ADK Self-Contained Documentation} 540 541 \input includes.tex 538 542 539 543 \end{document}


