We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5110c commit ea33c59Copy full SHA for ea33c59
equaliser.readme Documentation/equaliser.readme
Makefile
@@ -1,6 +1,6 @@
1
include htx.mk
2
3
-SUBDIRS= inc lib bin rules etc mdt cleanup pattern setup runsetup
+SUBDIRS= inc lib bin rules etc mdt cleanup pattern setup runsetup Documentation
4
SUBDIRS_CLEAN = $(patsubst %,%.clean,$(SUBDIRS))
5
6
TARGET= .htx_profile \
@@ -9,7 +9,6 @@ TARGET= .htx_profile \
9
.bashrc \
10
.exrc \
11
htx_eq.cfg \
12
- equaliser.readme \
13
run_htx_cmdline.sh \
14
hxsscripts
15
htx.mk
@@ -23,6 +23,7 @@ endif
23
TOPDIR=/home/veeresh/HTX/
24
SHIPDIR=${TOPDIR}/install/${ARCH}/
25
SHIPTOPDIR=${SHIPDIR}/usr/lpp/htx/
26
+SHIPDOCDIR=${SHIPTOPDIR}/Documentation/
27
PACKAGINGDIR=${TOPDIR}/packaging/
28
INCLUDES=-I./ -I/usr/include/ -I${EXPINC}
29
EXPORT=${TOPDIR}/export/${ARCH}/
0 commit comments