Skip to content

Commit

Permalink
TECHPUBS-4617: Remove hpc-shs-version after build (#103)
Browse files Browse the repository at this point in the history
* TECHPUBS-4617: remove hpc-shs-version after build

* TECHPUBS-4617: review feedback
  • Loading branch information
nrockershousen authored and GitHub Enterprise committed Nov 22, 2024
1 parent 695f108 commit ceaea14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/portal/developer-portal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ dita_build: $(TMPDIR)/VeRsIoN.md
## and '$<' is a variable holding the (first) dependency of a rule.

# Setup Version/Copyright for Doc section
$(TMPDIR)/VeRsIoN.md:
$(TMPDIR)/VeRsIoN.md: clean
mkdir -p $(TMPDIR)
cd ../../.. && sh setup_versioning.sh -d > docs/portal/developer-portal/$(TMPDIR)/VeRsIoN.md

Expand Down Expand Up @@ -236,6 +236,7 @@ clean:
rm -fr $(HPESCBUILDDIR)
rm -f pdf-templates/fancy.tex
rm -fr ./dita_build/
rm -fr hpc-shs-version


ifdef NODOCKER
Expand Down

0 comments on commit ceaea14

Please sign in to comment.