Changeset 5001:eddcca80b7ee for doc
- Timestamp:
- 2007-03-15 09:21:05 (21 months ago)
- Branch:
- default
- Files:
-
- 1 modified
-
doc/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r4995 r5001 117 117 (cd .. && $(MAKE) makedoc$(EXEEXT)) 118 118 119 ../reldate.h:120 (cd .. && $(MAKE) reldate.h)121 122 119 update-doc: stamp-doc-xml stamp-doc-chunked manual.txt manual.html 123 120 … … 134 131 $(EDIT) $(srcdir)/mutt.man > $@ 135 132 136 stamp-doc-xml: ../makedoc$(EXEEXT)$(top_srcdir)/init.h manual.xml.head \133 stamp-doc-xml: $(top_srcdir)/makedoc.c $(top_srcdir)/init.h manual.xml.head \ 137 134 $(top_srcdir)/functions.h $(top_srcdir)/OPS* manual.xml.tail \ 138 $(top_srcdir)/VERSION ../reldate.h 139 ( date=`cut -d\" -f2 ../reldate.h`; \ 135 $(top_srcdir)/VERSION $(top_srcdir)/ChangeLog 136 $(MAKE) ../makedoc$(EXEEXT) # we do not want to rebuild the documentation in tarball builds 137 ( date=`head -n 1 $(top_srcdir)/ChangeLog | LC_ALL=C cut -d ' ' -f 1`; \ 140 138 sed -e "s/@VERSION\@/`cat $(top_srcdir)/VERSION` ($$date)/" $(srcdir)/manual.xml.head ;\ 141 139 $(MAKEDOC_CPP) $(top_srcdir)/init.h | ../makedoc -s ;\
