diff options
| author | Vegard Øye <vegard_oye@hotmail.com> | 2011-07-29 16:06:58 +0200 |
|---|---|---|
| committer | Vegard Øye <vegard_oye@hotmail.com> | 2011-07-29 16:06:58 +0200 |
| commit | ce2d71e2a61e93b547bf41e6bf5f7cdef467a080 (patch) | |
| tree | 20d388c7a0271cb32655fdf961ecd2184842ef25 /Makefile | |
| parent | 99889a7fe75cd1c0d07eaddebbe90c863e2e1581 (diff) | |
Add basic documentation
Describe common variables, functions and macros, and include a
PDF version of the manual in the doc/ directory. Node pointers
were made with the functions `texinfo-insert-node-lines' and
`texinfo-make-menu'.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ clean: rm -f *~ rm -f \#*\# rm -f *.elc - cd $(DOC) && rm -f *.aux *.cp *.fn *.info *.ky *.log *.pg *.toc *.tp *.vr + cd $(DOC) && rm -f *.aux *.cp *.fn *.fns *.info *.ky *.log *.pg *.toc *.tp *.vr *.vrs # Run tests. # The TAG variable may specify a test tag or a test name: |
