aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
new file mode 100644
index 0000000000..6105c9ca05
--- /dev/null
+++ b/doc/Makefile
@@ -0,0 +1,5 @@
+../ethereal.1: ethereal.pod
+ pod2man ethereal.pod \
+ --center="The Ethereal Network Analyzer" \
+ --release=`cat ../VERSION` \
+ > ../ethereal.1