summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartijn van Beurden <mvanb1@gmail.com>2022-05-18 21:09:38 +0200
committerMartijn van Beurden <mvanb1@gmail.com>2022-05-27 21:59:32 +0200
commitdd4a263406ca87939c11861ac0b0d51a1fca0996 (patch)
tree9048b00f721ea84e51137367cbf4d515877a1f1c /doc
parent1bb80c18da6603e97316c89ebad7f3c73ef6d810 (diff)
downloadflac-dd4a263406ca87939c11861ac0b0d51a1fca0996.tar.gz
Remove Makefile.lite build system
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/Makefile.lite29
2 files changed, 1 insertions, 30 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 8e972594..7b80baa0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -34,7 +34,7 @@ endif
doc_DATA = \
FLAC.tag
-EXTRA_DIST = Doxyfile.in Makefile.lite doxygen.footer.html doxygen.header.html \
+EXTRA_DIST = Doxyfile.in doxygen.footer.html doxygen.header.html \
isoflac.txt $(doc_DATA) CMakeLists.txt
distclean-local:
diff --git a/doc/Makefile.lite b/doc/Makefile.lite
deleted file mode 100644
index 423824f8..00000000
--- a/doc/Makefile.lite
+++ /dev/null
@@ -1,29 +0,0 @@
-# flac - Command-line FLAC encoder/decoder
-# Copyright (C) 2002-2009 Josh Coalson
-# Copyright (C) 2011-2016 Xiph.Org Foundation
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License
-# as published by the Free Software Foundation; either version 2
-# of the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-
-topdir = ..
-
-FLAC.tag: Doxyfile
- rm -rf doxytmp
- doxygen Doxyfile
- rm -rf html/api
- mv doxytmp/html html/api
- rm -rf doxytmp
-
-clean:
- rm -rf FLAC.tag html/api doxytmp