diff options
author | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-12-13 15:14:45 -0500 |
---|---|---|
committer | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-12-13 15:14:45 -0500 |
commit | 5de9af64f18301ca1943ed1e362255f050424fcd (patch) | |
tree | ad35d76fe74696d092dba59b1d30f40ce95ab7a8 /doc/Makefile |
import for initial Savannah tree
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..dd20ede --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,10 @@ +# Don't delete if make is interrupted +.PRECIOUS: %.info %.html + +all: rt-liberation.info + +%.info: %.texinfo + makeinfo --no-split $< + +%.html: %.texinfo + makeinfo --html --no-split $< |