mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-12-24 04:32:36 +00:00
Create version file in bootstrap
It is being used in the build process
This commit is contained in:
2
.github/workflows/doxygen.yml
vendored
2
.github/workflows/doxygen.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: Prepare Doxyfile
|
||||
run: |
|
||||
sed -e 's/\$(PROJECT)/PSPSDK/' \
|
||||
-e 's/\$(VERSION)/'`date +"%Y.%m.%d" | xargs echo -n`'/' \
|
||||
-e 's/\$(VERSION)/'`date +"%Y-%m-%d" | xargs echo -n`'/' \
|
||||
-e 's/\$(SRCDIR)/src/g' \
|
||||
-e 's/\$(GENERATE_LATEX)/NO/' \
|
||||
-e 's/\$(HAVE_DOT)/YES/' \
|
||||
|
||||
Reference in New Issue
Block a user