aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/Makefile b/doc/Makefile
deleted file mode 100644
index 335109d1ea..0000000000
--- a/doc/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-../ethereal.1: ethereal.pod
- pod2man ethereal.pod \
- --center="The Ethereal Network Analyzer" \
- --release=`cat ../VERSION` \
- > ../ethereal.1
-
-ethereal.pod: ethereal.pod.template ../ethereal
- rm -f ethereal-dump-fields
- ln ../ethereal ethereal-dump-fields
- ./ethereal-dump-fields | ./dfilter2pod ethereal.pod.template > ethereal.pod
- rm -f ethereal-dump-fields