diff options
Diffstat (limited to 'fml/doc/tutorial/Makefile')
| -rw-r--r-- | fml/doc/tutorial/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fml/doc/tutorial/Makefile b/fml/doc/tutorial/Makefile new file mode 100644 index 00000000..9c1cf7be --- /dev/null +++ b/fml/doc/tutorial/Makefile @@ -0,0 +1,9 @@ +all: html + +html: + sgmltools -v -b html -j "-v" fml-devel.sgml 2>&1 |\ + uniq + +clean: + find . -type f -print |grep '~' |perl -nple unlink + rm -fr fml-devel
\ No newline at end of file |
