Skip to content

Commit

Permalink
hh2hstr automake and man
Browse files Browse the repository at this point in the history
  • Loading branch information
dvorka committed Aug 22, 2018
1 parent 4c46770 commit 59a6c5e
Show file tree
Hide file tree
Showing 6 changed files with 226 additions and 229 deletions.
4 changes: 2 additions & 2 deletions build/tarball/tarball-automake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function tarballClean() {
rm -rvf atom5te.cache src/.deps
rm -vf Makefile Makefile.in aclocal.m4 config.log config.status configure depcomp install-sh missing
rm -vf man/Makefile man/Makefile.in
rm -vf src/Makefile src/Makefile.in src/hh src/*.o
rm -vf src/Makefile src/Makefile.in src/hstr src/hh src/*.o
}

function tarballBuildUsingAutomake() {
Expand All @@ -59,7 +59,7 @@ function tarballBuildUsingAutomake() {

# detect Windows WSL
export VENDOR_FILE=/proc/version
export HINT_FILE=/tmp/hh-ms-wsl
export HINT_FILE=/tmp/hstr-ms-wsl

if [ -e "${VENDOR_FILE}" ]
then
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

AC_PREREQ([2.69])

AC_INIT(hh, 1.28.0, [email protected])
AC_INIT(hstr, 2.0.0, [email protected])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])

# Check src dir existence.
Expand Down Expand Up @@ -110,7 +110,7 @@ AC_FUNC_MALLOC
AC_CHECK_FUNCS([memset strdup strstr])

# Bash@Ubuntu@Windows
AC_CHECK_FILE(/tmp/hh-ms-wsl,AC_DEFINE(__MS_WSL__), [])
AC_CHECK_FILE(/tmp/hstr-ms-wsl,AC_DEFINE(__MS_WSL__), [])

# Bash CLI completion
AC_ARG_WITH([bash-completion-dir],
Expand Down
2 changes: 1 addition & 1 deletion man/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
man_MANS = hh.1 hstr.1
man_MANS = hstr.1
221 changes: 0 additions & 221 deletions man/hh.1

This file was deleted.

1 change: 0 additions & 1 deletion man/hstr.1

This file was deleted.

Loading

0 comments on commit 59a6c5e

Please sign in to comment.