Skip to content

Commit ea33c59

Browse files
committed
Moving equaliser.readme to Documentation dir. Added a Makefile in Documentation dir. Created a macro for shipping documents in ship image
1 parent 7f5110c commit ea33c59

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include htx.mk
22

3-
SUBDIRS= inc lib bin rules etc mdt cleanup pattern setup runsetup
3+
SUBDIRS= inc lib bin rules etc mdt cleanup pattern setup runsetup Documentation
44
SUBDIRS_CLEAN = $(patsubst %,%.clean,$(SUBDIRS))
55

66
TARGET= .htx_profile \
@@ -9,7 +9,6 @@ TARGET= .htx_profile \
99
.bashrc \
1010
.exrc \
1111
htx_eq.cfg \
12-
equaliser.readme \
1312
run_htx_cmdline.sh \
1413
hxsscripts
1514

htx.mk

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ endif
2323
TOPDIR=/home/veeresh/HTX/
2424
SHIPDIR=${TOPDIR}/install/${ARCH}/
2525
SHIPTOPDIR=${SHIPDIR}/usr/lpp/htx/
26+
SHIPDOCDIR=${SHIPTOPDIR}/Documentation/
2627
PACKAGINGDIR=${TOPDIR}/packaging/
2728
INCLUDES=-I./ -I/usr/include/ -I${EXPINC}
2829
EXPORT=${TOPDIR}/export/${ARCH}/

0 commit comments

Comments
 (0)