]> git.decadent.org.uk Git - dak.git/blobdiff - tools/dsync-0.0/doc/makefile
Added another tool used in dak (and placed nowhere else), dsync
[dak.git] / tools / dsync-0.0 / doc / makefile
diff --git a/tools/dsync-0.0/doc/makefile b/tools/dsync-0.0/doc/makefile
new file mode 100644 (file)
index 0000000..d2130df
--- /dev/null
@@ -0,0 +1,14 @@
+# -*- make -*-
+BASE=..
+SUBDIR=doc
+
+# Bring in the default rules
+include ../buildlib/defaults.mak
+
+# SGML Documents
+SOURCE = filelist.sgml
+include $(DEBIANDOC_H)
+
+# Man pages
+SOURCE = dsync-flist.1
+include $(YODL_MANPAGE_H)