summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2020-12-10 00:51:15 +0100
committerRomain Bouvier <skunnyk@alteroot.org>2020-12-10 00:59:47 +0100
commitbf29a76fdc718ae93df61c596ce49a3aba965460 (patch)
tree2ec7c978517d8a285f43bcd7af163bc8b0dfdf49 /Makefile.am
parent9099ca4cfaf5a0dd7fa22b3969ed0baa4beb9523 (diff)
downloadxfwm4-bf29a76fdc718ae93df61c596ce49a3aba965460.tar.gz
Remove useless autotools macros and Makefile targets
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.am b/Makefile.am
index d59a97ad7..f1a9eae37 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,25 +28,6 @@ SUBDIRS = \
distclean-local:
rm -rf *.cache
-html: Makefile
- make -C doc html
-
-dist-bz2: dist
- zcat $(PACKAGE)-$(VERSION).tar.gz | \
- bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
-distcheck-bz2: distcheck
- zcat $(PACKAGE)-$(VERSION).tar.gz | \
- bzip2 --best -c > $(PACKAGE)-$(VERSION).tar.bz2
-
-snapshot: dist
- mv $(PACKAGE)-$(VERSION).tar.gz \
- $(PACKAGE)-$(VERSION)-r@REVISION@.tar.gz
-
-snapshot-bz2: dist-bz2
- mv $(PACKAGE)-$(VERSION).tar.bz2 \
- $(PACKAGE)-$(VERSION)-r@REVISION@.tar.bz2
-
.PHONY: ChangeLog
ChangeLog: Makefile