Successfully build doc/8sync.texi skeleton manual
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Nov 2015 15:04:12 +0000 (09:04 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 29 Nov 2015 15:04:12 +0000 (09:04 -0600)
* 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'

.gitignore
Makefile.am
doc/8sync.texi
doc/Makefile.am [deleted file]

index ba63885312f1700708b6527fe337cac38302bb1a..e3bd91e7b64bfe287d82469aade624f2d3c07e56 100644 (file)
@@ -2,9 +2,11 @@
 .#*
 *.go
 *.log
+*.info
 autom4te.cache/
 Makefile
 Makefile.in
+texinfo.tex
 /configure
 /env
 /config.status
index ce5391818f313f045402d019ef00c1b6ff0eb33c..01d913c2467001939dd0d85371245970f5bd7b14 100644 (file)
@@ -72,6 +72,8 @@ EXTRA_DIST =                                          \
        tests/utils.scm
 
 
+## Make changelog on demand
+
 dist-hook: gen-ChangeLog
 # gen-AUTHORS might be useful to borrow from Guix
 
@@ -83,6 +85,11 @@ gen-ChangeLog:
          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
index 7ddc4aa3582777ae9ce96ceb96e512b5d7ee617c..46ebac69a3cf6e52fb740da5695347e4f53c88af 100644 (file)
@@ -4,7 +4,7 @@
 @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
@@ -37,8 +37,6 @@ Foundation Web site at @url{http://www.gnu.org/licenses/lgpl.html}.
 @insertcopying
 @end titlepage
 
-@end ifnottex
-
 @c Output the table of the contents at the beginning.
 @contents
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644 (file)
index e064370..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-AUTOMAKE_OPTIONS = gnu
-
-info_TEXINFOS = 8sync.texi
-
-8sync_TEXINFOS =                               \
-  fdl.texi
-
-dvi: # Skip dvi docs