Skip to content

Commit

Permalink
Move lib/ to libs/ for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Jun 17, 2019
1 parent ff5b491 commit 858bf0e
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUBDIRS= src examples doc gui scripts lib
SUBDIRS= src examples doc gui scripts libs
DISTFILES = CHANGES COPYING INSTALL README \
bootstrap configure.ac configure config.h.in \
Makefile Makefile.defs.in Makefile.rules install-sh
Expand Down Expand Up @@ -77,7 +77,7 @@ endif
$(INSTALL_DIRECTORY) $(bindir)
$(INSTALL_DIRECTORY) $(libdir)/liquidsoap/$(libs_dir_version)
$(INSTALL_PROGRAM) scripts/extract-replaygain $(libdir)/liquidsoap/$(libs_dir_version)
find lib | grep '\.liq$$' | while read l; do \
find libs | grep '\.liq$$' | while read l; do \
$(INSTALL_DATA) $$l $(libdir)/liquidsoap/$(libs_dir_version) ; \
done
$(INSTALL_DIRECTORY) ${sysconfdir}/liquidsoap
Expand Down
6 changes: 3 additions & 3 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ pdf/%.pdf: content/%.md language.dtd
@$(PANDOC) $< -o $@

content/protocols.md: $(LIQUIDSOAP)
$(LIQUIDSOAP) --no-pervasives ../lib/pervasives.liq --list-protocols-md > $@
$(LIQUIDSOAP) --no-pervasives ../libs/pervasives.liq --list-protocols-md > $@

content/reference.md: $(LIQUIDSOAP)
$(LIQUIDSOAP) --no-pervasives ../lib/pervasives.liq --list-functions-md > $@
$(LIQUIDSOAP) --no-pervasives ../libs/pervasives.liq --list-functions-md > $@

content/settings.md: $(LIQUIDSOAP)
$(LIQUIDSOAP) --no-pervasives ../lib/pervasives.liq --conf-descr-md > $@
$(LIQUIDSOAP) --no-pervasives ../libs/pervasives.liq --conf-descr-md > $@

VERSION="`$(LIQUIDSOAP) --version | head -n 1`"

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 858bf0e

Please sign in to comment.