* doc/Makefile.am: Removed file
* Makefile.am: Added commands to build texinfo files
(info_TEXINFOS, 8sync_TEXINFOS, dvi-local): New variables.
* .gitignore: Ignore *.info and texinfo.tex files
* doc/8sync.texi: Fixed @ escaping and removed unused `@end'
.#*
*.go
*.log
+*.info
autom4te.cache/
Makefile
Makefile.in
+texinfo.tex
/configure
/env
/config.status
tests/utils.scm
+## Make changelog on demand
+
dist-hook: gen-ChangeLog
# gen-AUTHORS might be useful to borrow from Guix
mv $(distdir)/cl-t $(distdir)/ChangeLog; \
fi
-SUBDIRS = \
- doc
-# demos
+## Texinfo stuff
+
+info_TEXINFOS = doc/8sync.texi
+
+8sync_TEXINFOS = \
+ doc/fdl.texi
+
+dvi-local: # Skip dvi docs
@settitle 8sync
@c %**end of header
@copying
-Copyright @copyright{} 2015 Christopher Allan Webber @email{cwebber@dustycloud.org}
+Copyright @copyright{} 2015 Christopher Allan Webber @email{cwebber@@dustycloud.org}
@end copying
@quotation
@insertcopying
@end titlepage
-@end ifnottex
-
@c Output the table of the contents at the beginning.
@contents
+++ /dev/null
-AUTOMAKE_OPTIONS = gnu
-
-info_TEXINFOS = 8sync.texi
-
-8sync_TEXINFOS = \
- fdl.texi
-
-dvi: # Skip dvi docs