From 5e5ea2017f63e140e6770e9a711d7c40938b0ee6 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 12 Aug 2021 17:05:36 -0700 Subject: [PATCH] autotools: remove some commented out lines --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index f97f4e327..c0f736d93 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,9 +27,6 @@ doxygen: dist-hook: echo "@VERSION@" >VERSION echo "@GRAPHVIZ_COLLECTION@" >COLLECTION -# find $(distdir) -name CVS -type d -prune -exec rm -rf {} \; -# rm -f ToPAS -# find $(distdir) -type f -exec md5sum {} >>ToPAS \; BUILT_SOURCES = $(top_builddir)/graphviz_version.h @@ -56,8 +53,6 @@ rpm: dist Red) cp redhat/graphviz.spec.rhel $(HOME)/rpmbuild/$(HOSTNAME)/SPECS/graphviz.spec;; \ esac rpmbuild -ba $(HOME)/rpmbuild/$(HOSTNAME)/SPECS/graphviz.spec -# rpmbuild -ta graphviz-@VERSION@.tar.gz -# rpmbuild -ta --define "rtest 1" graphviz-@VERSION@.tar.gz .PHONY: deb deb: dist -- 2.40.0