Skip to content

Commit

Permalink
Merge branch 'tickets/DM-23835'
Browse files Browse the repository at this point in the history
  • Loading branch information
brianv0 committed Apr 30, 2020
2 parents 5e8aa59 + eb2bb3c commit 082f1ba
Show file tree
Hide file tree
Showing 37 changed files with 13,278 additions and 16,873 deletions.
11 changes: 5 additions & 6 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,16 @@
#
#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = man src
SUBDIRS = src man
dist_pkgdata_DATA = config/* xsl/psfex.xsl
EXTRA_DIST = doc AUTHORS BUGS ChangeLog \
COPYRIGHT HISTORY INSTALL LICENSE README THANKS \
acx_atlas.m4 acx_fftw.m4 acx_prog_cc_optim.m4 \
acx_plplot.m4 acx_urbi_resolve_dir.m4
EXTRA_DIST = autogen.sh AUTHORS BUGS ChangeLog \
COPYRIGHT HISTORY INSTALL LICENSE README THANKS
RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir`
RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES
dist-hook:
rm -rf `find $(distdir) -name .svn`
rm -rf `find $(distdir) -type d \( -name .svn -o -name .git \)`

rpm: dist
cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
Expand Down

0 comments on commit 082f1ba

Please sign in to comment.