diff --git a/Makefile.am b/Makefile.am index 370bd13..d601407 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,7 +60,7 @@ par2_LDADD = libpar2.a LDADD = -lstdc++ AM_CXXFLAGS = -Wall -std=c++14 $(OPENMP_CXXFLAGS) -EXTRA_DIST = PORTING ROADMAP \ +EXTRA_DIST = \ man/par2.1 \ automake.sh \ tests/flatdata.tar.gz \ diff --git a/NEWS b/NEWS deleted file mode 100644 index e69de29..0000000 diff --git a/PORTING b/PORTING deleted file mode 100644 index b5b385e..0000000 --- a/PORTING +++ /dev/null @@ -1,17 +0,0 @@ -This version of par2cmdline has been compiled and tested on the following -compilers and operating systems: - - MS Visual Studio.NET on Windows XP - gcc 3.2 on CygWin 1.3.22 - gcc 3.2.2 on Red Hat Linux 9.0 - -If you wish to compile par2cmdline under a different environment, then you -should start by trying to compile with the supplied Makefile. - -If you get compile errors, then the most likely place you will need to make -changes will be in par2cmdline.h, diskfile.h, and diskfile.cpp. - -See the file ROADMAP for details of what each of the source files is used for. - -If you successfully port par2cmdline, it would be appreciated if you could post -the details on the parchive web site at http://sourceforge.net/parchive. diff --git a/configure.ac b/configure.ac index abc272c..709bae1 100644 --- a/configure.ac +++ b/configure.ac @@ -70,6 +70,5 @@ AC_CHECK_FUNCS([strchr] [memcpy]) AC_CHECK_FUNCS([getopt] [getopt_long]) -AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) AC_CONFIG_FILES([Makefile]) AC_OUTPUT diff --git a/par2cmdline.vcxproj b/par2cmdline.vcxproj index 7566992..77795e3 100644 --- a/par2cmdline.vcxproj +++ b/par2cmdline.vcxproj @@ -76,13 +76,9 @@ - - - - @@ -92,4 +88,4 @@ - \ No newline at end of file + diff --git a/par2cmdline.vcxproj.filters b/par2cmdline.vcxproj.filters index 6d1b0d1..33e7d55 100644 --- a/par2cmdline.vcxproj.filters +++ b/par2cmdline.vcxproj.filters @@ -42,9 +42,6 @@ - - - - \ No newline at end of file + diff --git a/stamp-h.in b/stamp-h.in deleted file mode 100644 index e69de29..0000000